Carbon


CloseWindow

Header: MacWindows.h Carbon status: Unsupported

void CloseWindow (
    WindowRef window
);
window

AVAILABILITY

Not supported in Carbon. Not available in CarbonLib, but available when InterfaceLib 7.1 or later is installed. Exported by InterfaceLib 7.1 and later.

CARBON NOTES

The CloseWindow function is not supported because developers do not allocate their own memory for windows in Carbon. Use the DisposeWindow function to remove a window instead.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)